home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / comm / net / anos_2_9i.lha / AmigaNOS / TCPIP / Digger / Retrieve < prev    next >
Text File  |  1992-06-24  |  937b  |  30 lines

  1.  
  2. USAGE
  3.      retrieve <file_name>
  4.  
  5. DESCRIPTION
  6.      The retrieve command allows you to extract a file from within a
  7.      system archive. 
  8.  
  9. EXAMPLES
  10.      retrieve index         (retrieves the INDEX of all files
  11.                              contained in the archive.)
  12.  
  13.      retrieve tcp.v90-023   (retrieves 'tcp.v90-023' from the archive.)
  14.  
  15.      retrieve pkt.v90-Index (retrieves 'pkt.v90-Index' from the archive.)
  16.  
  17. NOTE
  18.      When a file is requested, the local cache directory is checked
  19.      first to see if the file has been requested recently, if so it
  20.      is sent from there.  If the file is not in the local cache
  21.      directory, an AmigaDOS command is issued to de-archive the file
  22.      and place it in the local cache directory as well as sending the
  23.      file out.
  24.  
  25.      The cache directory will be cleaned out at regular intervals as
  26.      new files are added to the archive.
  27.  
  28.      Also, this command is unique to AmigaNOS v2.8
  29.  
  30.